home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5104 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: nj5.injersey.com!jeremyn
  2. From: jeremyn@nj5.injersey.com (Jeremy Nixon)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Help with console I/O
  5. Date: 9 Mar 1996 07:41:59 GMT
  6. Organization: Asbury Park Press
  7. Message-ID: <4hrco7$eu5@news.injersey.com>
  8. NNTP-Posting-Host: nj5.injersey.com
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.  
  12. I'm trying to write a simple cli-based program with a good old-fashioned
  13. (read: simple) text-based interface, the kind where I can just move the
  14. cursor around to update stuff. I want it to run right in the console
  15. (shell) window. I have two problems:
  16.  
  17. 1) What are the control characters/escape sequences/whatever to move the
  18. cursor around? No matter what I do I can't get the darned thing to move.
  19.  
  20. 2) When I try to type arrow keys to my program, I instead get shell line
  21. editing and command history. I can see that the shell (csh or AmigaShell,
  22. no difference) is getting the input stream before I am. How do I rectify
  23. this situation? I don't want to muck around with task priorities--that's
  24. what Executive is for--but I do want to run my program right in the shell
  25. window.
  26.  
  27. And an unrelated question:
  28.  
  29. Is there ANY way to get the OS 3.1 autodoc files? I'd be happy to buy them
  30. from AT, if they were willing to support their developers.
  31.  
  32. Thanks.
  33.  
  34. Jeremy Nixon
  35. jeremyn@injersey.com
  36.  
  37.